getImportantForContentCapture

open fun getImportantForContentCapture(@NonNull v: @NonNull View): Int(source)

Gets the mode for determining whether this view is important for content capture.

See setImportantForContentCapture and isImportantForContentCapture for more info about this mode. Compatibility behavior:

Return

IMPORTANT_FOR_CONTENT_CAPTURE_AUTO by default, or value passed to setImportantForContentCapture.

Parameters

v

The View against which to invoke the method.